@import url('http://fonts.cdnfonts.com/css/gt-walsheim-pro');
@import url('http://fonts.cdnfonts.com/css/gt-walsheim-pro-light');
@import url('http://fonts.cdnfonts.com/css/gt-walsheim-pro-bold');

.mainStyle{
    width: 100vw; 
    height: auto;
    align-items: center;
}
.jumboMain{
    background-color: white; 
    min-width: 1114px; 
    min-height: 600px;
    height: auto;
    padding: 15px;
    transform: scale(0.8);
}
.jumboHeader{
    background-color: #00a7b5;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.jumboH1{
    font-family: 'GT Walsheim Pro Bold', sans-serif;
    color: white;
    font-weight: bold;
}
.jumboP{
    font-family: 'GT Walsheim Pro Light', sans-serif;
    
}
.jumboBody{
    color: black;
}
.textJumboBody{
    padding: 70px 10px;
    color:dimgray;
    font-family: 'GT Walsheim Pro Light', sans-serif;
}
.form-check-main{
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: space-around !important;
    font-family: 'GT Walsheim Pro Light', sans-serif;
}
.form-check_ div{
    display: flex ;
    align-items: center ;
    flex-direction: row ;
    font-family: 'GT Walsheim Pro Light', sans-serif;
}
.form-check_ ul{
    list-style-type: none;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    margin-right: 20px !important;
    padding-right: 10px important;
    font-family: 'GT Walsheim Pro Light', sans-serif;
}
.form-check_ input{
    width: 2em!important;
    height: 2em!important;
    margin-right: 10px!important;
    font-family: 'GT Walsheim Pro Light', sans-serif;
}
.form-check_ label{
    font-size: 1em!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    flex-direction: row!important;
    margin-right: 20px !important;
    padding-right: 10px important;
    font-family: 'GT Walsheim Pro Light', sans-serif;
}
.form-boolean{
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    flex-direction: column !important;
}
.form-boolean div {
    display: flex !important; 
    align-items: center !important;
    flex-direction: row !important;
    margin-bottom: 30px;
}
.observation textarea{
    border-radius: 10px !important;
    
}
.form-check-footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
}
.progressBar{
    width: 70%;
}
